﻿._btnUser{
	position: relative;
	cursor: pointer;
}
/* 隐藏下拉菜单 */
.user-dropdown {
	height: auto !important;
	display: none;
	position: absolute;
	top:50px;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  /* 下拉菜单的列表项 */
  .user-dropdown li {
	padding: 12px;
	text-decoration: none;
	display: block;
  }
  .user-dropdown li a{
	color: #333;
	font-size: 15px;
  }
  
  /* 鼠标悬停在下拉菜单的列表项上时的样式 */
  .user-dropdown li:hover {
	background-color: #f1f1f1;
  }

.module-header ._menu li.change a{
	color:#0069df !important;
}
@media screen and (min-width: 2560px) 
{
    .module-header{left:50%!important;transform: translateX(-50%)!important;}
}
@media screen and (min-width: 1921px) 
{
    .item-fn .center{padding-top:134px;padding-bottom:134px;}
   	.contentArea{padding-top:50px;}
    .item-doc .center{padding-top:103px;padding-bottom:103px;}
	.item-doc2 .center{padding-top:103px;padding-bottom:103px;}
}

    @media screen and (min-width: 768px) 
{
    .mobile-btn-menu,.mobile-btn-search,.mobile_pic{display: none;}	
    #main_swiper.swiper-container{width:100%;height:100%;}
    #main_swiper.swiper-container>.swiper-wrapper>.swiper-slide{height:100%;}
    #main_swiper.swiper-container>.swiper-wrapper>.swiper-slide:last-child{height:580px;}	
    
	#banner2{background:#999;color:#fff;position:relative;overflow:hidden;height:540px;}
	// #banner2 ._mainPic{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-height:100%;min-width:100%;}
	#banner2 ._mainPic{position:absolute;min-height:100%;min-width:100%;}
	#banner2 .text-banner{position:absolute;top:40%;transform:translateY(-45%);left:9.00%;}
	/*组件-头部*/
	.module-header{position:fixed;top:0px;right:16px;display:flex;height:100px;justify-content:space-between;align-items:center;color:#fff;z-index:5500;max-width:2560px;left:0%;width:100%;transition:background-color 0.3s linear;}
	.module-header a{color:#fff;transition:color 0.1s linear;}
	.module-header .logo{width:362px;height:50px;margin-left:52px;background:url(../images/logo-white.png) no-repeat center center;background-size:100% auto;flex:none;}
	.module-header ._menu{display:flex;align-items:center;height:100%;position:relative;z-index:1000;}
	.module-header ._menu ul{display:flex;height:100%;}
	.module-header ._menu ul>li{width:132px;display:flex;text-align:center;align-items:center;position:relative;justify-content:center;}
	.module-header ._menu ul>li.hover>a{color:#0069df;}
	.module-header ._menu ul>li [class^='icon-']{font-size:10px;transform:rotate(90deg);margin-left:10px;}
	.module-header ._menu ul>li>a{display:inline-block;position:relative;}
	.module-header ._menu ul>li>a:hover::after{transform:scalex(1);}
	.module-header ._menu ul>li>a::after{position:absolute;bottom:-1px;left:0px;width:100%;content:"";height:1px;background:#fff;transform:scalex(0);transition:all 0.2s linear;}
	/*--二级菜单*/
	.module-header ._menu ol{position:absolute;top:100%;background-color:#0665d0;display:none;width:100%;padding-top:19px;padding-bottom:19px;}
	.module-header ._menu ol>li:hover a::after{transform:scale(1);}
	.module-header ._menu ol>li>a{line-height:40px;letter-spacing:1px;position:relative;}
	.module-header ._menu ol>li>a:hover::after{transform:scale(1);}
	.module-header ._menu ol>li>a::after{position:absolute;bottom:-1px;left:0px;width:100%;content:"";height:1px;background:#fff;transform:scalex(0);transition:all 0.2s linear;}


	.module-header ._btnUser{padding-left:35px;padding-right:35px;height:62px;display:flex;align-items:center;font-size:20px;}
	.module-header ._btnUser i{margin-right:6px;}
	.module-header ._btnSearch{padding-left:5px;padding-right:35px;height:62px;display:flex;align-items:center;font-size:20px;}
	/**/
	.module-header.module-header-white{background:#fff;
		box-shadow:0 0 14px rgba(0,0,0,0.2);
	}
	.module-header.module-header-white .logo{background-image:url(../images/logo-black.png);}
	.module-header.module-header-white a{color:#333333;}
	.module-header.module-header-white a:hover{color:#0068e1;}
	.module-header.module-header-white a:hover::after{background:#0069df;}
	.module-header.module-header-white ._menu ul>li.hover>a{color:#333333;}
	.module-header.module-header-white ol a{color:#fff;}
	.module-header.module-header-white ol a:hover{color:#fff;}
	.module-header.module-header-white ol a:hover::after{background:#fff;}
	/*--首页专用样式*/
	.module-header.module-header-homestyle{box-shadow:none;background:none;}
	.module-header.module-header-homestyle a{}
	.module-header.module-header-homestyle.module-header-use{background:#fff;}
	.module-header.module-header-homestyle:not(.module-header-white) ._menu ul>li.hover>a{color:#fff;}
	.module-header.module-header-homestyle.module-header-use ._menu ul>li.hover>a{color:#333333;}
	.module-header.module-header-homestyle.module-header-use .logo{background-image:url(../images/logo-black.png);}
	.module-header.module-header-homestyle.module-header-use a{color:#333333;}
	.module-header.module-header-homestyle.module-header-use ol a{color:#fff;}
	.module-header.module-header-homestyle.module-header-use ol a:hover{color:#fff;}
    /*--浮动样式*/
    .module-header.module-header-floatstyle:not(.module-header-white) ._menu ul>li.hover>a{color:#fff;}
.module-header.module-header-floatstyle:not(.module-header-white) ._menu ._btnUser:hover,.module-header.module-header-floatstyle:not(.module-header-white) ._menu ._btnSearch:hover{color:rgba(255,255,255,0.65);}
	/**/
	.module-header-mask{position:fixed;top:0px;bottom:0px;right:0px;left:0px;background:rgba(0,0,0,0.5);}
	.module-header-mask{z-index:-1;opacity:0;display:none;}
	.module-header-mask.module-mask--show{z-index:5400;opacity:1;display:block;}
	.module-header.module-header-floatstyle+.module-header-space{display:none;}
	.module-header-space{height:100px;display:block;}
   
	/*页尾*/
	#footer{background:#1d1e22 url(../images/footerbg.jpg) no-repeat center top;background-size:cover;}
	#footer .center{padding-top:20px;}
    
    
	/*组件-网站地图*/
	.module-webmap{padding-top:44px;padding-bottom:48px;}
	.module-webmap::after{content:"";display:block;clear:both;}
	.module-webmap dl{float:left;width:16.10%;margin-right:2.02%;}
	.module-webmap dl:nth-last-of-type(1){margin-right:0px;width:17.60%;}
	.module-webmap dl:nth-last-of-type(2){width:14.90%;}
	.module-webmap dl:nth-of-type(1){width:27.00%;}
	.module-webmap dl dt{line-height:2.63;font-size:19px;letter-spacing:3px;margin-bottom:5px;color:#fff;}
	.module-webmap dl dd{line-height:2.25;display:block;font-size:16px;color:#878789;}
	.module-webmap dl dd a{display:block;color:inherit;transition:text-indent 0.2s linear;}
	.module-webmap dl dd a:hover{color:#fff;text-indent:5px;}
	/*组件-分享*/
	.module-share{float:right;padding-top:35px;}
	.module-share li{float:left;width:40px;height:40px;border:2px solid #ffffff;margin-left:22px;border-radius:50px;line-height:40px;text-align:center;}
	.module-share li span{display:none;}
	.module-share li [class^='icon']{display:inline-block;vertical-align:-8px;}
	.module-share li a{display:block;height:100%;vertical-align:middle;border-radius:50%;}
	.module-share li a:hover{background-color:#fff;}
	.module-share li a:hover [class^='icon']{background-position-y:100%;width:100%;height:100%;display:block;}
	/*组件-版权*/
	.module-copyright{line-height:34px;padding-top:22px;padding-bottom:22px;border-top:1px solid #4a4b4f;color:#949597;}
	.module-copyright::after{content:"";display:block;clear:both;}
	.module-copyright p{float:left;}
	.module-copyright ._technology{float:right;}
	/*组件-底部LOGO*/
	.module-bomlogo{padding-bottom:29px;border-bottom:1px solid #4a4b4f;padding-top:29px;}
	.module-bomlogo ._logoPic{width:377px;height:53px;display:block;}
	.module-bomlogo ._logoPic img{width:100%;}
    
   	/*组件-首页广告*/
	.module-homebanner{height:980px;background:#333;position:relative;}
	.module-homebanner .swiper-pagination{width:215px;color:#fff;text-align:left;font-size:19px;transform:rotate(-90deg);transform-origin:left  bottom;left:calc(100% - 64px);bottom:118px;}
	.module-homebanner .swiper-pagination::after{width:70px;content:"";border-top:2px solid rgba(255,255,255,0.2);display:inline-block;margin-left:37px;vertical-align:9px;}
	.module-homebanner .swiper-pagination .swiper-pagination-current{}
	.module-homebanner .swiper-pagination .swiper-pagination-current::before{content:'0';}
	.module-homebanner .swiper-pagination .swiper-pagination-total{opacity:0.7;}
	.module-homebanner .swiper-pagination .swiper-pagination-total::before{content:'0';}
	.module-homebanner .swiper-button-prev,.module-homebanner .swiper-button-next{position:absolute;top:50%;width:56px;height:56px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;border:2px solid rgba(255,255,255,0.5);border-radius:50%;}
	.module-homebanner .swiper-button-next{right:54px;bottom:448px;top:auto;}
	.module-homebanner .swiper-button-prev{right:54px;left:auto;bottom:365px;top:auto;}
	.module-homebanner .swiper-button-prev.swiper-button-white,.module-homebanner .swiper-button-next.swiper-button-white{color:#fff;}
	.module-homebanner .swiper-button-prev.swiper-button-white::after,.module-homebanner .swiper-button-next.swiper-button-white::after{font-size:17px;}
  
}
	.module-homebanner ._bannerText{position:absolute;bottom:135px;color:#fff;left:10%;}
	.module-homebanner ._bannerText h4{line-height:1.44;margin-bottom:36px;font-size:64px;}
	.module-homebanner ._bannerText h4 strong{font-weight:bold;display:block;}
	.module-homebanner ._bannerText h4 span{display:block;font-weight:bold;font-size:64px;}
	.module-homebanner ._bannerText p{line-height:1.57;padding-bottom:39px;position:relative;font-size:23px;letter-spacing:1px;}
	.module-homebanner ._bannerText  *{color: #fff !important;}
	/*
	删除左侧横线
		.module-homebanner ._bannerText p::before{position:absolute;border-left:2px solid #fffffd;left:-36px;top:7px;height:110px;content:"";}
	*/

/*- - - - - - - - -样式属新闻资讯.html - - - - - - - -*/
	/*模块-搜索*/
	.module-search{flex-direction:column;align-items:center;letter-spacing:1px;position:absolute;top:100%;left:0px;right:0px;background:#fff;color:#494949;display:none;animation:show-element 0.3s ease forwards;}
	.module-search .Searchform{display:flex;justify-content:space-between;margin-bottom:44px;border-bottom:1px solid #e5e5e5;padding-top:8px;padding-bottom:8px;align-items:center;}
	.module-search .Searchform .icon-search{font-size:22px;margin-right:10px;}
	.module-search .Searchform .text{flex:auto;margin-right:14px;height:39px;border:0;background:none;}
	.module-search .Searchform .btn_send{width:90px;height:39px;border-radius:8px;border:0;font-size:18px;letter-spacing:2px;position:relative;background-color:#f7f8fc;overflow:hidden;}
	.module-search .Searchform .btn_send span{z-index:200;position:relative;}
	.module-search .Searchform .btn_send:hover::after{transform:scale3d(9,9,1);}
	.module-search .Searchform .btn_send::after{content:'';position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);overflow:hidden;z-index:1;background-color:#e4e8f5;}
	.module-search .Searchform .btn_send:hover{}
	.module-search ._hotKeys{padding-top:14px;padding-bottom:14px;line-height:38px;}
	.module-search ._hotKeys a{background-color:#f7f8fc;display:inline-block;padding-left:26px;padding-right:26px;margin-right:6px;border-radius:50px;margin-left:3px;color:#333333;}
	.module-search ._hotKeys a:hover{background-color:#0069e0;color:#fff!important;}
	.module-search ._module-search-box{width:1200px;padding-top:109px;padding-bottom:117px;}
	.module-search--show{display:flex;}
	.module-search--hide{display:flex;animation:hide-element 0.3s ease forwards;}
	/*模块-统计*/
	.module-statistics{position:absolute;bottom:0px;right:0px;left:0px;background:rgba(0,0,0,0.45);}
	.module-statistics .center{width:76.00%;max-width:1600px;}
	.module-statistics ul{display:flex;padding-top:14px;padding-bottom:14px;}
	.module-statistics li{font-size:16px;line-height:1.75;padding-left:68px;padding-right:68px;letter-spacing:1px;position:relative;flex:auto;}
	.module-statistics li:not(:first-child)::after{position:absolute;border-left:1px solid rgba(255,255,255,0.4);content:"";left:0px;top:14px;bottom:15px;}
	.module-statistics li strong{line-height:1.14;display:block;font-size:45px;font-weight:normal;}
	/*内容区域*/
	#container{padding-bottom:20px;padding-top:40px;}
	.item-news-group{clear:both;}
	.item-news-group .item-news{margin-right:50px;width:calc(50% - 1 * 50px / 2);}
	.item-news-group .item-news:nth-child(2n){margin-right:0px;}
	/*新闻*/
	.item-news{width:775px;margin-bottom:55px;float:left;transition:all 0.2s ease;}
	.item-news:hover{transform:translateX(5px);}
	.item-news:hover .photo{}
	.item-news:hover .photo img{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.6);transform-origin:right center;
		/*margin-left:-5px;*/
	}
	.item-news:hover h5{color:#0069df;}
	.item-news>a{display:block;}
	.item-news>a::after{content:"";display:block;clear:both;}
	.item-news .photo{float:left;width:264px;height:198px;margin-right:30px;display:inline;}
	// .item-news .photo img{transform:scale(1.1);transition:margin-left 0.2s ease;}
	.item-news .photo img{transition:margin-left 0.2s ease;}/*10.26田*/
	.item-news h5{line-height:1.4;overflow:hidden;font-size:22px;max-height:2.8em;margin-bottom:15px;letter-spacing:2px;padding-top: 6px;}/*10.20田*/
	.item-news p{line-height:1.9;color:#868686;height:4em;letter-spacing:1px;font-size:18px;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-break: break-all;display: -webkit-box;-webkit-box-orient: vertical;}
	.item-news .val{line-height:37px;overflow:hidden;white-space:nowrap;}
	.item-news .val span{color:#0068e1;}
	/*广告上的文字*/
	.text-banner{color:inherit;max-width:900px;}
	.text-banner h4{font-size:43px;min-height:72px;font-weight:normal;letter-spacing:6px;}
	.text-banner p{font-size:16px;line-height:2.13;letter-spacing:1px;}
/* - - - - - - - - - 组件  - - - - - - - - -*/
	.item-news-focus{clear:both;background-color:#f7f8fc;}
	.item-news-focus ._newslist{padding-left:47px;padding-top:40px;padding-right:50px;overflow:hidden;}
	.item-news-focus ._newslist dl{font-size:19px;padding-left:18px !important;position:relative;
	/* 加动效 */
	transition:0.5s;
	}
	.item-news-focus ._newslist dl::before{position:absolute;right:100%;width:6px;height:6px;background-color:#0069df;border-radius:9px;content:"";top:19px;margin-right:16px;}
	.item-news-focus ._newslist dt{line-height:48px;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
	.item-news-focus ._newslist dd{color:#878789;height:0px;overflow:hidden;}
	.item-news-focus ._newslist time{display:none;font-size:15px;}
	.item-news-focus ._newslist dl._change{padding-top:18px;border-bottom:1px solid #e8e9ed;margin-bottom:15px;padding-bottom:9px;background:linear-gradient(to left , rgba(255, 255, 253,0) 7% , rgb(255, 255, 255) 20% , rgba(255, 255, 255) 58%);}
	.item-news-focus ._newslist dl._change::before{top:30px;}
	.item-news-focus ._newslist dl._change dt{line-height:31px;color:#0069df;}
	.item-news-focus ._newslist dl._change dt::before{top:15px;}
	.item-news-focus ._newslist dl._change time{display:block;color:#0069df;line-height:24px;}
	.item-news-focus ._newslist dl._change dd{display:-webkit-box;line-height:1.75;font-size:16px;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:56px;}
	.item-news-focus .photo{width:800px;max-height:460px;float:left;background:#999;overflow:hidden;}
	.item-news-focus .photo:hover img{transform:scale(1.2);transition:all 0.8s ease-in;}
	.item-news-focus::after{content:"";display:block;clear:both;}
	/*组件-翻页*/
	.module-pages{text-align:center;font-size:16px;color:#9fa0a0;padding-top:26px;padding-bottom:26px;clear:both;width:100%;}
	.module-pages ._pageInfo{display:inline-block;padding-left:20px;padding-right:20px;}
	.module-pages ._pageNumber{display:inline-block;}
	.module-pages ._pageNumber a._active,.module-pages ._pageNumber a:hover{color:#fff;
	/* 背景蓝色 圆形 */
	background-color:#0068e1;
	border-radius:50%;
	
}
	.module-pages ._pageNumber a{display:inline-block;position:relative;
	width: 18px;
	height:18px;
	/* 上下左右居中 */
	margin: 0 auto;
	margin-left:5px;
	padding:5px;
	}
	.module-pages ._pageJump{display:inline-block;}
	.module-pages ._pageJump ._text{width:42px;height:24px;border:1px solid #f0f0f0;margin-left:6px;margin-right:6px;border-radius:3px;text-align:center;}
	.module-pages ._pageJump ._text:focus,.module-pages ._pageJump ._text:hover{border-color:#0068e1;}
	/*组件-位置*/
	.module-location{height:38px;line-height:38px;color:#5b5b5b;margin-bottom:15px;border-bottom:1px solid #ececec;padding-top:20px;padding-bottom:23px;display:flex;align-items:center;}
	.module-location .icon-dot{width:5px;height:5px;background-color:#0069df;border-radius:5px;margin-right:16px;}
	.module-location .icon--home{margin-right:15px;}
	.module-location a{letter-spacing:1px;margin-right:12px;}
	 .module-location a:hover{color:#0577bd;}
	/*菜单-子菜单*/
	.menu-submenu{position:relative;float:right;margin-top:-95px;}
	.menu-submenu .lines{position:absolute;bottom:0px;right:0px;left:0px;border-bottom:3px solid #0069df;}
	.menu-submenu li{float:left;line-height:4.81;font-size:16px;margin-left:68px;max-width:280px;overflow:hidden;padding-bottom:2px;white-space:nowrap;}
	.menu-submenu li a{color:#595757;text-decoration:none;display:block;letter-spacing:1px;}
	 .menu-submenu li.change a{color:#0069df;}
	 .menu-submenu li:hover a{color:#0069df;}
/*- - - - - - - - -样式属产品与服务.html - - - - - - - -*/
	/*栏目标题*/
	.title-column{text-align:center;margin-bottom:38px;}
	.title-column ._en{line-height:1.30;display:block;font-size:50px;font-weight:normal;color:#0068e1;}
	.title-column ._cn{line-height:1.75;font-size:28px;letter-spacing:3px;font-weight:normal;}
	.title-column.title-column-white{color:#fff;}
	.title-column.title-column-white ._en{color:#fff;}
	/*分组-产品列表*/
	.list-products-group::after{content:"";display:block;clear:both;}
	.list-products-group .list-products{height:158px;float:left;outline:1px solid #f0f0f0;width:calc(33.33% - 2 * 34px / 3);}
	.list-products-group .list-products:nth-child(3n){margin-right:0px;}
	/*产品列表*/
	.list-products{float:left;width:49%;overflow:hidden;margin-bottom:37px;padding-top:24px;padding-bottom:24px;padding-left:32px;padding-right:32px;margin-right:34px;box-sizing:border-box;transition:all 0.2s ease;}
	.list-products a{display:block;}
	.list-products ._iconPic{float:left;width:75px;height:75px;margin-right:27px;border-radius:6px;margin-top:12px;overflow:hidden;background-color:#0069df;}
	.list-products ._iconPic img{vertical-align:middle;width:100%;height:100%;box-sizing:border-box;}
	.list-products h5{height:42px;overflow:hidden;font-size:19px;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;margin-bottom:7px;line-height:2.21;}
	 .list-products h5 a{color:#000000;text-decoration:none;}
	 .list-products h5 a:hover{color:#0d6fb8;}
	.list-products p{line-height:1.69;overflow:hidden;font-size:16px;color:#878789;max-height:3.38em;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;letter-spacing:1px;}
	/*.list-products 鼠标hover的时候加背景颜色*/
	.list-products:hover{background-color:#f7f8fc;}
	/*新闻*/
	.item-products-group .item-products{float:left;margin-bottom:35px;margin-right:35px;width:calc(33.33% - 2 * 35px / 3);}
	.item-products-group .item-products:nth-child(3n){margin-right:0px;}
	/*产品*/
	.item-products{width:510px;height:300px;background:#fff;transition:all 0.2s ease;}
	.item-products:hover{}
	.item-products ._intr{padding-left:31px;padding-top:30px;padding-right:31px;}
	.item-products .photo{height:120px;width:100%;background:#000;display:block;}
	.item-products .photo img{width:100%;height:100%;display:block;}
	.item-products ._iconPic{width:74px;height:74px;float:left;margin-right:28px;margin-top:15px;border-radius:4px;background-color:#f7f8fc;text-align:center;overflow:hidden;}
	.item-products ._iconPic img{vertical-align:middle;width:100%;height:100%;box-sizing:border-box;}
	.item-products h5{line-height:2.84;font-size:19px;overflow:hidden;letter-spacing:3px;text-overflow:ellipsis;white-space:nowrap;}
	.item-products p{font-size:16px;line-height:1.69;overflow:hidden;letter-spacing:1px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:3.38em;}
	/*加载*/
	.text-loading{font-size:16px;line-height:3.94;text-align:center;color:#878789;}
	.text-loading [class^='icon']{margin-right:6px;}
	/*广告搜索*/
	.module-banner-search{width:758px;position:absolute;top:50%;transform:translate(-50%,-50%);left:50%;padding-bottom:15px;}
	.module-banner-search form{display:flex;justify-content:space-between;height:56px;border-radius:50px;overflow:hidden;}
	.module-banner-search h4{text-align:center;line-height:1.93;margin-bottom:22px;font-size:42px;font-weight:normal;letter-spacing:7px;}
	.module-banner-search .text{border:0;width:82.00%;flex:auto;background:#fff;padding-left:20px;padding-right:20px;font-size:inherit;letter-spacing:1px;}
	.module-banner-search .text:focus{box-shadow:0 3px 4px rgba(0,0,0,0.4) inset;}
	.module-banner-search .btn_send{width:15.60%;border:0;background:#fff;font-size:16px;background-color:#0069df;color:#fff;position:relative;overflow:hidden;}
	.module-banner-search .btn_send span{position:relative;z-index:200;}
	.module-banner-search .btn_send:hover::after{}
	.module-banner-search .btn_send:hover::after{transform:scale3d(9,9,1);}
	.module-banner-search .btn_send::after{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#1382ff;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;;transition-timing-function:cubic-bezier(0.7,0,0.9,1);}
	.module-banner-search .icon--search{margin-right:6px;margin-left:8px;}
	.menu-filter-group{padding-top:40px;}
	/*菜单-筛选*/
	.menu-filter{line-height:27px;position:relative;padding-top:5px;}
	.menu-filter dt{position:absolute;color:#494949;left:0px;padding-top:12px;padding-bottom:9px;font-weight:bold;}
	.menu-filter dd{color:#7d7d7d;margin-bottom:5px;padding-top:15px;padding-bottom:20px;border-bottom:1px solid #f0f0f0;overflow:hidden;letter-spacing:1px;line-height:25px;margin-left:108px;}
	.menu-filter dd a{margin-right:22px;padding-right:6px;padding-left:6px;display:inline-block;margin-bottom:3px;}
	.menu-filter dd a:hover,.menu-filter dd a.change{color:#fff;background-color:#2f68db;text-decoration:none;}
	/**/
	.columnBox{background:#fff;}
	.columnBox .center{padding-top:18px;padding-bottom:101px;}
	/*.columnBox .center img{max-width:100%;} 联系我们-地图上显示位置的阴影*/
	
	.columnBox .center .text-docIntr{width:100%;max-width:80%;}
	.columnBox .center .text-docIntr p{width:auto;}
	.columnBox .center.center-style{padding-top:68px;padding-bottom:79px;}
	.columnBox.columnBox-bg1{background-color:#f7f8fc;}
	.columnBox.columnBox-bg2{background-color:#0069df;}
	.columnBox.columnBox-bg3{background:url(../images/bluebg.png) no-repeat left top;background-size:cover;}
/*- - - - - - - - -样式属应用案例.html - - - - - - - -*/
    @media screen and (min-width: 768px) 
    {
	.list-products:hover{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);transform:translateY(-5px);}
	.item-products:hover{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);transform:translateY(-5px);}
	.item-case:hover{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);transform:translateY(-5px);}
	.item-export:hover{transform:translateY(-5px);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.5);}
	.item-export:hover .photo img{transition-delay:0.2s;}
	.item-export:hover ._intr{transform:scale(1);animation:ani-item-export-show 0.2s linear 0.1s;opacity:0;animation-fill-mode:forwards;}
	.item-export:hover ._intr .btn-readmore{transform:rotate(45deg);transition:transform 0.2s linear;color:#0069df;}
	.item-export:hover ._intr .btn-readmore::after{transform:scale(1);transition:transform 0.2s ease-in 0.15s;}
    }

	/**/
	.item-case-group{padding-top:32px;clear:both;margin-top:32px;}
	.item-case-group .item-case{margin-right:25px;margin-bottom:35px;width:calc(25% - 3 * 35px / 4);}
	.item-case-group .item-case:nth-child(4n){margin-right:0px;}
	/*案例*/
	.item-case{float:left;width:379px;position:relative;background:#fff;box-shadow:0 0 0px rgba(0,0,0,0.2);transition:all 0.2s ease;}
	.item-case>a{display:block;}
	 .item-case .photo{width:100%;height:279px;position:relative;background:#333;display:block;}
	.item-case .text{height:185px;padding-top:26px;padding-left:29px;padding-right:29px;border:1px solid #f0f0f0;box-sizing:border-box;}
	.item-case h5{line-height:1.58;overflow:hidden;margin-bottom:9px;font-size:19px;max-height:3.16em;}
	.item-case p{line-height:1.69;overflow:hidden;color:#909090;max-height:3.38em;font-size:16px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	 .item-case a.btn_more{text-align:right;color:#5e5e5e;display:block;}
	 .item-casehover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
/*- - - - - - - - -样式属服务支持_构力智库_专家.html - - - - - - - -*/
	/*列表-分类*/
	.list-classification{line-height:36px;letter-spacing:1px;padding-top:47px;padding-bottom:47px;}
	.list-classification li{display:inline-block;margin-right:33px;}
	.list-classification li.change a,.list-classification li a:hover{color:#0069df;text-decoration:underline;}
	.item-export-group .item-export{margin-bottom:30px;margin-right:25px;width:calc(20% - 4 * 25px / 5); overflow: hidden;}
	.item-export-group .item-export:nth-child(5n){margin-right:0px;}
	/*图文-专家*/
	.item-export{width:300px;position:relative;float:left;transition:transform 0.2s linear;}
	.item-export ._text{padding-top:20px;padding-bottom:22px;padding-left:20px;padding-right:20px;box-sizing:border-box;height:150px;border:1px solid #f0f0f0;text-align:center;letter-spacing:1px;}
	.item-export ._text ._pos{display:block;font-size:16px;line-height:1.75;white-space:nowrap;overflow:hidden;}
	.item-export ._text ._name{display:block;font-size:22px;line-height:2.09;white-space:nowrap;overflow:hidden;}
	.item-export .photo{width:100%;background:#666;padding-top:106.67%;height:0px;position:relative;}
	.item-export .photo img{transition:transform 0.2s ease-in;position:absolute;left:0;top:0;}
	.item-export ._intr{position:absolute;left:0px;top:0px;bottom:0px;right:0px;color:#fff;background-color:rgba(0,105,223,0.9);padding-left:13.33%;padding-right:13.33%;padding-top:23.33%;animation:ani-item-export-hide 0.3s linear;animation-fill-mode:forwards;opacity:0;}
	.item-export ._intr h5{line-height:1.87;font-size:23px;white-space:nowrap;overflow:hidden;}
	.item-export ._intr dl{line-height:1.95;height:60%;overflow: hidden;margin-bottom: 10px;}
	.item-export ._intr .btn-readmore{width:46px;height:46px;border:2px solid rgba(255,255,255,0.35);display:block;border-radius:50%;color:#fff;text-align:center;line-height:3.83;font-size:12px;box-sizing:border-box;transform:rotate(0deg);position:relative;}
	.item-export ._intr .btn-readmore::after{position:absolute;content:"";width:100%;height:100%;display:block;background:#fff;left:0px;top:0px;border-radius:50%;transform:scale(0);z-index:-1;}
	.item-export ._intr .btn-readmore:hover{color:#0069df;}
	.item-export ._intr .btn-readmore:hover::after{transform:scale(1);transition:transform 0.2s ease-in;}
	.item-export ._intr dl dt{float:left;}
	.item-export ._intr dl dd{margin-bottom:20px;text-justify:inter-ideograph;text-align:justify;text-overflow: ellipsis;}
	.item-export ._intr dl dd:nth-last-of-type(1){margin-bottom:0px;}
/*- - - - - - - - -样式属服务支持_技术文档_PKPM新天地.html - - - - - - - -*/
		/*侧栏*/
		#sidebar{float:left;width:18.94%;}
		/*内容区域*/
		#neirong{float:right;width:77.5%;}
	/*侧边栏标题*/
	.title-sidebar{line-height:3.47;text-align:left;font-size:19px;color:#4d4d4d;margin-bottom:18px;letter-spacing:2px;border-bottom:1px solid #f0f0f0;text-decoration:none;font-weight:normal;white-space:nowrap;overflow:hidden;}
	/*列表-文档*/
	.list-docs{}
	.list-docs::after{content:"";display:block;clear:both;}
	.list-docs li{float:left;margin-right:16px;margin-bottom:22px;background-color:#ffffff;box-sizing:border-box;width:calc(20% - 4 * 16px / 5);transition:all 0.2s linear;}
	.list-docs li:hover{transform:translatey(-5px);}
	.list-docs li:hover .photo{border-color:#0069df;box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
	 .list-docs li a{display:block;}
	 .list-docs li a:hover ._txt strong{color:#0068e1;}
	.list-docs li:nth-child(5n){margin-right:0px;}
	.list-docs .photo{border:1px solid #f0f0f0;display:block;overflow:hidden;width:100%;box-sizing:border-box;padding-top:100%;}
	.list-docs .photo img{width:100%;height:100%;padding:5px;box-sizing:border-box;position:absolute;left:0;top:0;}
	.list-docs ._txt{padding-top:15px;padding-bottom:15px;box-sizing:border-box;}
	.list-docs ._txt strong{line-height:2.20;overflow:hidden;font-size:20px;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;display:block;color:#494949;}
	.list-docs ._txt time{line-height:1.71;font-size:14px;display:block;color:#949597;white-space:nowrap;overflow:hidden;}
	/*提示文本*/
	.text-tip{height:66px;line-height:66px;border-bottom:1px solid #f0f0f0;margin-bottom:37px;color:#949597;letter-spacing:2px;white-space:nowrap;overflow:hidden;}

    @media screen and (min-width: 768px) {
	/*菜单导航*/
	.menu-nav li{height:50px;line-height:50px;border-bottom:1px solid #f0f0f0;letter-spacing:2px;}
	.menu-nav li .icon-menu-arrow{width:6px;height:10px;top:50%;transform:translatey(-50%);position:absolute;right:13px;background:url(../images/icon-arrow-right.png) no-repeat left top;background-size:cover;}
	.menu-nav li a{display:block;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
	.menu-nav li a span{position:relative;z-index:200;display:block;padding-right:44px;padding-left:16px;}
	.menu-nav li a::after{content:'';z-index:1;position:absolute;border-radius:50%;transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);transform-origin:rightc 100% center;transform:scale(0.1);right:100%;top:0;background-color:#f7f8fc;width:50px;height:50px;}
	.menu-nav li a:hover{}
	.menu-nav li a:hover::after{transform:scale(19);}
	.menu-nav li.change{background-color:#f7f8fc;}
	.menu-nav li.change a{color:#0069df;}
	.menu-nav li.change a::after{background:#ffffff;}

}

/*- - - - - - - - -样式属服务支持_构力智库_专家_详情.html - - - - - - - -*/
	/*大标题*/
	.title-major{text-align:center;font-size:40px;color:#4d4d4d;margin-bottom:26px;letter-spacing:4px;font-weight:normal;line-height:2.45;}
	/*组件-专家*/
	.module-export ._intr{padding-left:90px;overflow:hidden;padding-top:20px;}
	.module-export::after{content:"";display:block;clear:both;}
	.module-export .photo{width:474px;height:505px;float:left;background:#000;}
	.module-export ._link-back{float:right;margin-top:27px;}
	.module-export h2{line-height:2.06;margin-bottom:0;font-size:34px;font-weight:normal;letter-spacing:3px;}
	.module-export ul{border-bottom:1px solid #f0f0f0;padding-bottom:26px;padding-top:18px;letter-spacing:1px;}
	.module-export ul li{line-height:27px;}
	.module-export h4{line-height:2.42;margin-top:18px;letter-spacing:3px;margin-bottom:6px;font-size:19px;}
	.module-export p{line-height:27px;max-width:870px;letter-spacing:1px;margin-bottom:10px;color:#878789;}
/*- - - - - - - - -样式属服务支持_构力智库_加入智库.html - - - - - - - -*/
	/*文本-联系*/
	.text-contact{text-align:center;font-size:19px;line-height:1.84;padding-top:67px;padding-bottom:54px;}
	.text-contact ._tel{line-height:1.97;color:#0069df;font-size:35px;font-weight:normal;margin-bottom:10px;display:block;letter-spacing:1px;}
	.text-contact ul{letter-spacing:2px;}
	/*图片-二维码*/
	.pic-rqcode{text-align:center;margin-top:-7px;margin-right:18px;margin-bottom:98px;color:#878789;font-size:14px;}
	.pic-rqcode .photo{width:190px;height:190px;overflow:hidden;margin:0 auto;display:block;background:#666;}
	 .pic-rqcode span{line-height:30px;display:block;}
/*- - - - - - - - -样式属服务支持_构力智库_新闻动态.html - - - - - - - -*/
	/*筛选-分类*/
	.module-filter-sort{line-height:36px;padding-top:23px;padding-bottom:23px;clear:both;}
	.module-filter-sort::after{content:"";display:block;clear:both;}
	.module-filter-sort ._filterItem{float:right;letter-spacing:2px;}
	.module-filter-sort ._filterItem .select{width:158px;height:34px;border:1px solid #ccc;padding-left:8px;padding-right:8px;font-size:16px;background:none;color:#878789;margin-left:8px;}
	.module-filter-sort ._filterType{float:left;letter-spacing:1px;}
	.module-filter-sort ._filterType ul li{display:inline-block;margin-right:33px;}
	.module-filter-sort ._filterType ul li.change a{color:#0068e1;text-decoration:underline;}
	.module-filter-sort+.item-news-group{padding-top:26px;}
	.module-filter-sort+.item-news-group .item-news{margin-top:0px;}
/*- - - - - - - - -样式属关于我们_科研标准.html - - - - - - - -*/
	/*文档列表*/
	.list-doc::after{content:"";display:block;clear:both;}
	.list-doc li{height:110px;border:1px solid #f0f0f0;float:left;box-sizing:border-box;letter-spacing:1px;margin-bottom:31px;margin-right:28px;width:calc(50% - 1 * 28px / 2);transition:box-shadow 0.2s linear,transform 0.2s linear;}
	.list-doc li:hover{transform:translatex(5px);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);background-color:#f7f8fc;}
	.list-doc li:nth-child(2n){margin-right:0px;}
	.list-doc li strong{display:block;font-size:19px;letter-spacing:2px;text-overflow:ellipsis;white-space:nowrap;line-height:1.63;color:#494949;overflow:hidden;}
	.list-doc li a{display:block;padding-top:27px;padding-left:34px;padding-right:34px;padding-bottom:29px;color:#878789;}
	.list-doc li .icon--browse{width:40px;float:left;margin-right:22px;height:40px;margin-top:8px;background-size:cover;}
	.list-doc li ._form{white-space:nowrap;overflow:hidden;display:block;text-overflow:ellipsis;}
	


	/*简介*/
	.text-docIntr{padding:26px 0 26px 0;margin-bottom:23px;margin-top:23px;max-width:990px;margin-left:auto;margin-right:auto;text-justify:inter-ideograph;text-align:justify;}
	.text-docIntr img{}
	.text-docIntr h3{line-height:1.75;text-align:center;overflow:hidden;font-size:36px;margin-bottom:9px;font-weight:normal;letter-spacing:2px;}
	.text-docIntr p{line-height:1.69;color:#777370;text-align:center;letter-spacing:1px;}
/*- - - - - - - - -样式属关于我们_公司简介.html - - - - - - - -*/
	/*主标题*/
	.title-main{font-size:33px;line-height:2.12;font-weight:normal;letter-spacing:6px;}
	/*列表-历史记录*/
	.list-history{margin-left:131px;border-left:1px solid #0068e1;color:#878789;letter-spacing:1px;text-justify:inter-ideograph;text-align:justify;
	/* 下面的内容上下居中对齐 */

	}
	.list-history>li{position:relative;padding-left:68px;padding-top:7px;padding-bottom:21px;
	margin-top:40px;
	}
	.list-history>li:hover{}
	.list-history>li::before{content:"";position:absolute;width:13px;height:13px;border:2px solid #0069e3;border-radius:40px;right:100%;transform:translatex(50%);box-sizing:border-box;top:20px;background:#fff;margin-right:1px;}
	.list-history>li ._year{position:absolute;right:100%;color:#0069df;width:130px;font-size:22px;font-weight:normal;top:5px;}
	.list-history li ul{padding-top:10px;padding-bottom:10px;list-style-type:disc;}
	.list-history li ul li{line-height:1.25;margin-bottom:25px;transition:transform 0.2s linear;}
	.list-history li ul li:hover{color:#0069df;transform:translateX(5px);}
	/*文本区块*/
	.text-section{padding-top:26px;padding-bottom:26px;line-height:28px;letter-spacing:2px;}
	.text-section p{margin-bottom:22px;}
	/*组件-视频*/
	.module-video{height:640px;background:#000;position:relative;overflow:hidden;}
	.module-video video{}
	.module-video img{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:2650px;min-width:100%;z-index:99;display:none;}
	.module-video video{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:2650px;min-width:100%;}
/*- - - - - - - - -样式属关于我们_联系我们.html - - - - - - - -*/

    @media screen and (min-width: 768px) 
    {
	.item-branch li:hover ._intr{opacity:1;transform:scale(1)  translatey(0);}
	.item-branch li:hover .photo img{transform:scale(2);transition:transform 6s linear;}

    }

	/*分部*/
	.item-branch{}
	.item-branch::after{content:"";display:block;clear:both;}
	.item-branch li{height:450px;float:left;margin-right:13px;position:relative;background:#999;width:calc(25% - 3 * 13px / 4);margin-bottom: 15px;}
	.item-branch li:nth-child(4n){margin-right:0px;}
	.item-branch .photo{width:100%;height:100%;display:block;}
	.item-branch .photo img{transition:transform 1s linear;}
	.item-branch strong._name{position:absolute;bottom:14px;left:23px;line-height:2.56;color:#fff;}
	.item-branch ._intr{position:absolute;left:0px;top:0px;bottom:0px;right:0px;background-color:rgba(0,105,223,0.85);color:#fff;text-align:center;padding-left:58px;padding-right:58px;box-sizing:border-box;padding-top:80px;transform:scale(0.85) translatey(15px);opacity:0;transition:all 0.2s ease;}
	.item-branch ._intr h5{line-height:2.48;margin-bottom:13px;font-size:23px;letter-spacing:2px;font-weight:normal;display:block;}
	.item-branch ._intr p{line-height:1.94;margin-bottom:30px;display:block;font-size:16px;}
	.item-branch ._intr ._btn-seemap{color:#fff;position:relative;}
	.item-branch ._intr ._btn-seemap:hover::after{transform:scalex(0);}
	.item-branch ._intr ._btn-seemap::after{position:absolute;bottom:-1px;right:0px;left:20px;height:1px;background:#fff;content:"";transition:transform 0.2s linear;}
	.item-branch ._intr p span{display:block;}
	/*联系*/
	.text-contact2{float:right;width:642px;color:#878789;}
	.text-contact2 ._tel{color:#0069df;font-size:43px;font-weight:normal;display:block;line-height:1.17;margin-bottom:28px;}
	.text-contact2 h3{font-size:29px;margin-bottom:14px;letter-spacing:3px;font-weight:normal;line-height:1.50;padding-top:18px;padding-bottom:18px;color:#333333;}
	.text-contact2 p{line-height:1.88;font-size:16px;}
	/*在线联系*/
	.text-online-contact{float:left;width:642px;border:1px solid #f0f0f0;height: 368px;}
	.text-online-contact ._btn_kefu{width:205px;background-color:#0069df;color:#fff;text-align:center;display:block;line-height:2.47;border-radius:50px;margin-top:69px;font-size:17px;}
	.text-online-contact ._btn_kefu [class^='icon--']{margin-right:7px;}
	.text-online-contact ._btn_kefu:hover{background:#1382ff;}
	.text-online-contact ._btn_seemap{color:#0069df;line-height:2.06;margin-top:25px;display:block;}
	.text-online-contact ._btn_seemap [class^='icon']{margin-right:13px;}
	.text-online-contact ._btn_seemap span{position:relative;}
	.text-online-contact ._btn_seemap span::after{position:absolute;bottom:-2px;right:0px;left:0px;border-bottom:1px solid #0069df;content:"";}
	.text-online-contact h4{font-size:29px;line-height:2.52;margin-bottom:12px;font-weight:normal;letter-spacing:3px;color:#333333;}
	.text-online-contact p{line-height:1.88;color:#949597;font-size:16px;}

	

/*- - - - - - - - -样式属关于我们_合作共赢.html - - - - - - - -*/
    @media screen and (min-width: 768px) 
    {
	.list-image li:hover{border-color:#0069df;transform:translateY(5px);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
	
    }

	
	/*首页的生态伙伴列表*/
	#swiper-container-case{height:250px}
	.list-image2 li a :hover{border-color:#0069df;transform:translateY(5px);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
	.list-image2 li a{display: block;border:1px solid #e4e8eb;box-sizing:border-box;width:calc(16.66% - 5 * 21px / 6);margin-top:10px;}
	.list-image2 li .photo{width:100%;height:45%;overflow:hidden;display:block;text-align:center;background:#fff;}
	.list-image2 li .photo::after{content:"";height:100%;width:0;overflow:hidden; font-size:0; line-height:0;display:inline-block;vertical-align:middle;}
	.list-image2 li .photo img{width:auto;height:auto;display:inline-block;max-width:90%;max-height:90%;}

	/*图片列表*/
	.list-image::after{content:"";display:block;clear:both;}
	.list-image li{float:left;height:119px;position:relative;margin-right:21px;margin-bottom:21px;border:1px solid #e4e8eb;box-sizing:border-box;width:calc(16.66% - 5 * 21px / 6);transition:box-shadow 0.2s linear,transform 0.2s linear;}
	.list-image li:nth-child(6n){margin-right:0px;}
	.list-image li:hover:nth-child(6n){}
	.list-image li .photo{width:100%;height:100%;overflow:hidden;display:block;text-align:center;background:#fff;}
	.list-image li .photo::after{content:"";height:100%;width:0;overflow:hidden; font-size:0; line-height:0;display:inline-block;vertical-align:middle;}
	.list-image li .photo img{width:auto;height:auto;display:inline-block;max-width:90%;max-height:90%;}
	/*组件-地图数字*/
	.module-map-number{height:880px;position:relative;width:100%;}
	.module-map-number .center{position:relative;height:100%;}
	.module-map-number .center::after{content:"";display:block;clear:both;}
	.module-map-number ._pic{width:58.13%;position:absolute;left:50%;top:50%;transform:translate(-16%,-50%);max-width:100%;padding-top:40%;}
	.module-map-number ._pic img{width:100%;max-width:100%;position:absolute;left:0;top:0;}
	.module-map-number ul li strong::after{content:attr(data-more);font-size:40%;}
	.module-map-number ._intr{position:absolute;top:50%;transform:translatey(-50%);}
	.module-map-number h3{line-height:2.38;font-size:32px;font-weight:normal;}
	.module-map-number ul{margin-bottom:22px;margin-top:20px;}
	.module-map-number ul::after{content:"";display:block;clear:both;}
	.module-map-number ul li{float:left;margin-right:76px;width: 220px;}
	.module-map-number ul li strong{line-height:1.07;display:block;color:#0069df;font-size:61px;font-weight:normal;}
	.module-map-number ul li span{line-height:1.78;font-size:23px;letter-spacing:2px;}
	.module-map-number h4{line-height:1.72;font-size:32px;font-weight:normal;}
	/*组件-banner轮播图*/
	.module-banner-slide{background:#333;position:relative;overflow:hidden;}
	.module-banner-slide img{width:100%;max-width:100%;}

	/*导航*/
	.module-banner-slide .swiper-pagination{bottom:-1px;padding-top:33px;padding-bottom:33px;background-size:contain;}
	.module-banner-slide .swiper-pagination .swiper-pagination-bullet{width:34px;height:3px;line-height:0px;background-color:rgba(255,255,255,0.6);opacity:1;border-radius:50px;margin-left:2px;margin-right:2px;margin:0 5px;}
	.module-banner-slide .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
	/*组件-合作伙伴轮播*/
	.list-image-slide{position:relative;overflow:hidden;}
	/*导航*/
	.list-image-slide  .swiper-pagination{background-size:contain;padding-top:1.58%;bottom:-1px;position:relative;}
	.list-image-slide  .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;line-height:0px;border-radius:50px;border:1px solid #3c3c3c;background:none;}
	.list-image-slide  .swiper-pagination .swiper-pagination-bullet-active{background-color:#000000;}
/*- - - - - - - - -样式属产品与服务_详情.html - - - - - - - -*/
	/**/
	.list-fn-slide{position:relative;}
	.list-fn-slide .swiper{overflow:hidden;}
	/*导航*/
	.list-fn-slide  .swiper-pagination{background-size:contain;bottom:-1px;position:relative;padding-top:10px;}
	.list-fn-slide  .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;line-height:0px;border-radius:50px;border:1px solid #fffeff;opacity:1;background:none;}
	.list-fn-slide  .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff;}
	.list-fn-slide .swiper-button-prev,.list-fn-slide .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
	.list-fn-slide .swiper-button-next{right:-60px;}
	.list-fn-slide .swiper-button-prev{left:-60px;}
	.list-fn-slide .swiper-button-prev.swiper-button-white,.list-fn-slide .swiper-button-next.swiper-button-white{color:#fff;}
	.list-fn-slide .swiper-button-prev.swiper-button-white::after,.list-fn-slide .swiper-button-next.swiper-button-white::after{font-size:23px;}
	/*列表-功能*/
	.list-fn{color:#fff;}
	.list-fn::after{content:"";display:block;clear:both;}
	.list-fn li{float:left;text-align:center;margin-right:72px;padding-top:50px;padding-bottom:40px;width:calc(25% - 3 * 72px / 4);transform-style:preserve-3d;perspective:1000px;transition:transform 0.2s linear;}
	.list-fn li:hover{transform:translateY(-10px);}
	.list-fn li:hover ._iconPic{transform:rotateY(180deg);}
	.list-fn li:nth-child(4n){margin-right:0px;}
	.list-fn ._iconPic{height:85px;width:85px;margin:0 auto 32px auto;display:block;transform-style:preserve-3d;transition:0.4s ease;}
	.list-fn ._iconPic img{width:100%;height:100%;display:block;}
	.list-fn ._name{line-height:2.04;font-size:23px;font-weight:normal;letter-spacing:3px;}
	.list-fn ._intr{line-height:1.75;letter-spacing:2px;}
	/*项-功能*/
	.item-fn:nth-child(even){background-color:#f7f8fc;}
	.item-fn:nth-child(even) ._computerPic{float:right;}
	.item-fn .center{padding-top:6.98%;padding-bottom:6.98%;width:95%;max-width:1600px;}
	.item-fn .center{padding-top:134px;padding-bottom:134px;}
	.item-fn ._computerPic{width:52.5%;float:left;background:url(../images/bg-computer.png) no-repeat left top;position:relative;background-size:100%;padding-top:28%;}
	.item-fn ._computerPic img{position:absolute;width:77.5%;background:#fff;left:50%;top:0px;transform:translateX(-49%);margin-top:3.81%;}
	.item-fn ._intr{padding-top:5.44%;padding-left:6.94%;overflow:hidden;}
	.item-fn ._intr h4{font-size:35px;line-height:1.29;font-weight:normal;padding-top:16px;padding-bottom:16px;letter-spacing:3px;margin-bottom:25px;}
	.item-fn ._intr ul li{line-height:1.88;margin-bottom:1px;font-size:16px;}
	.item-fn ._intr ul li::before{content:"";width:5px;height:5px;display:inline-block;border-radius:30px;margin-right:10px;background-color:#0069df;vertical-align:middle;}
	.item-fn ._intr ul li em{font-weight:bold;}
	/*广告文字*/
	.text-banner2{position:absolute;top:50%;transform:translateY(-50%);color:#fff;width:720px;left:calc(10%);}
	.text-banner2 h3{line-height:1.47;font-size:43px;font-weight:normal;letter-spacing:6px;margin-bottom:24px;}
	.text-banner2 p{line-height:1.93;margin-bottom:56px;letter-spacing:2px;font-size:15px;}
	.text-banner2 ._btnGroup a{width:180px;height:50px;display:inline-flex;border:2px solid #ffffff;text-align:center;box-sizing:border-box;color:#fff;margin-right:20px;align-items:center;justify-content:center;vertical-align:middle;font-size:16px;letter-spacing:1px;line-height:50px;}
	.text-banner2 ._btnGroup a:hover{background-color:#fff;color:#0069df;}
	.text-banner2 ._btnGroup [class^='icon']{margin-right:8px;}
	.text-banner2 ._btnGroup a span{vertical-align:middle;height:24px;line-height:24px;}
	/*组件-申请*/
	.module-apply{text-align:center;padding-top:108px;padding-bottom:88px;background:#0069df url(../images/bg5.jpg) no-repeat center top;color:#fff;}
	.module-apply ._text{line-height:1.59;font-size:29px;width:905px;margin:0 auto;letter-spacing:3px;}
	.module-apply ._btnGroup{padding-top:33px;padding-bottom:33px;margin-top:19px;}
	.module-apply ._btnGroup a{width:180px;height:49px;border:2px solid rgba(255,255,255,0.5);display:inline-block;box-sizing:border-box;line-height:49px;color:#fff;margin-left:12px;margin-right:12px;transition:all 0.2s ease;}
	.module-apply ._btnGroup a [class^='icon']{margin-right:8px;}
	.module-apply ._btnGroup a .icon-download{}
	.module-apply ._btnGroup a:hover{background:#fff;color:#0069df;box-shadow:0 -2px 8px rgba(0,0,0,0.18);transform:translateY(3px);}
	/*组件-全屏广告*/
	.module-full-banner{height:881px;background:#000;position:relative;overflow:hidden;}
	.module-full-banner .text-banner2{z-index:200;}
	.module-full-banner>img{opacity:0.75;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:2650px;min-width:100%;z-index:99;}

	/*栏目*/
	.column{margin:0 auto;height:100%;background:#333;position:relative;clear:both;width:100%;overflow:hidden;}
	.column ._bannerText{z-index:101;}
	.column img{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:2650px;min-width:100%;z-index:99;}
	.column video{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:2650px;min-width:100%;}
	.column img._opacity05{opacity:0.5;}




/*- - - - - - - - -样式属新闻资讯_详情.html - - - - - - - -*/
	/**/
	.contentArea{padding-top:2.60%;}
	.contentArea::after{content:"";display:block;clear:both;}
	.contentArea ._leftArea{width:77.19%;float:left;padding-bottom: 55px;}
	.contentArea ._rightArea{width:19.69%;float:right;}
	.contentArea ._rightArea ._AreaBox{border:1px solid #f2f2f2;padding-left:6.67%;padding-right:6.67%;margin-bottom:10.79%;padding-top:3.81%;padding-bottom:3.81%;}
	/*侧栏标题2*/
	.title-sidebar2{font-size:23px;line-height:2.43;border-bottom:1px solid #f2f2f2;letter-spacing:3px;font-weight:normal;margin-bottom:9px;}
	/*喜欢列表*/
	.list-like li{line-height:1.50;padding-left:13px;letter-spacing:1px;margin-bottom:12px;position:relative;transition:transform 0.2s linear;}
	.list-like li:hover{transform:translatex(5px);}
	.list-like li:hover time{color:#727375;}
	.list-like li:hover a{color:#0069df;}
	.list-like li::before{position:absolute;width:5px;height:5px;content:"";left:0px;top:21px;background-color:#0069df;border-radius:10px;}
	.list-like li a{display:block;padding-top:11px;}
	.list-like li time{display:block;color:#0069df;margin-top:4px;}
	/*产品2*/
	.item-products2{width:100%;position:relative;padding-bottom:17px;margin-bottom:16px;max-width:275px;
		transition:all 0.2s ease;
	}
	.item-products2:hover{
		transition:transform 0.2s linear;
		transform:translateY(-5px);
	}


	.item-products2:hover h5 a{color:#0069df;}
	.item-products2 .photo{width:100%;position:relative;display:block;margin-bottom:17px;padding-top:63.64%;}
	.item-products2 .photo img{position:absolute;left:0;top:0;}
	.item-products2 h5{line-height:1.94;overflow:hidden;font-size:18px;letter-spacing:3px;}
	 .item-products2 p{line-height:1.53;overflow:hidden;font-size:15px;color:#909090;}
	 .item-products2 a.btn_more{text-align:right;font-size:14px;color:#5e5e5e;display:block;}
	 .item-products2hover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
	/*文本-文档头部*/
	.text-docheader{text-align:center;padding-bottom:11px;position:relative;}
	.text-docheader ._setFont{position:absolute;right:0px;top:0px;padding-top:9px;padding-bottom:9px;}
	.text-docheader ._setFont span{width:30px;height:30px;background-color:#f6f6f6;color:#5a5a5a;display:inline-block;border-radius:50px;line-height:30px;margin-left:8px;cursor:pointer;}
	.text-docheader ._setFont span._active{background-color:#0069df;color:#fff;}
	.text-docheader ._title{line-height:1.72;font-size:29px;font-weight:normal;margin-bottom:21px;text-align:left;letter-spacing:4px;border-bottom:1px solid #f2f2f2;padding-bottom:15px;padding-right:215px;}
	.text-docheader ._val{line-height:19px;color:#acacaa;text-align:left;}
	.text-docheader ._val li{padding-right:12px;border-right:1px solid #e2e2e2;display:inline-block;margin-right:12px;}
	 .text-docheader ._val li:last-child{border:0;}
	/*文本-文档内容*/
	.text-doccontent{line-height:1.80;overflow:hidden;font-size:15px;color:#575654;padding-bottom:30px;text-justify:inter-ideograph;text-align:justify;
	margin-top:20px;
	}
	.text-doccontent img{max-width:100%;display:block;margin-bottom:20px;}
	 .text-doccontent p{margin-bottom:24px;}
	.text-doccontent.doc-largeSize{font-size:22px;}
	.text-doccontent.doc-mediumSize{font-size:18px;}
	.text-doccontent.doc-smallSize{font-size:15px;}
	/**/
	.text-prevnext ._btnBackList{position:relative;overflow:hidden;}
	.text-prevnext ._btnBackList span{position:relative;z-index:200;}
	.text-prevnext ._btnBackList::after{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#e1e1e2;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;;transition-timing-function:cubic-bezier(0.7,0,0.9,1);}
	.text-prevnext ._btnBackList:hover::after{}
	.text-prevnext ._btnBackList:hover::after{transform:scale3d(9,9,1);}
	/*文本-上一页下一页*/
	.text-prevnext{line-height:37px;padding-top:32px;padding-bottom:32px;border-top:1px solid #f0f0f0;position:relative;}
	.text-prevnext ._btnBackList{font-size:16px;width:172px;background-color:#f6f6f6;line-height:3.13;position:absolute;text-align:center;right:-1px;border-radius:50px;color:#878789;letter-spacing:1px;}
	.text-prevnext ._btnBackList:hover{}
	 .text-prevnext p{line-height:37px;color:#656469;}
	.text-prevnext p a:hover{color:#076ad2;text-decoration:underline;}
	/*组件-分享2*/
	.module-share2{padding-top:13px;padding-bottom:13px;}
	.module-share2 ._bg-green{background-color:#19d101;}
	.module-share2 .icon-weixin{}
	.module-share2 ._bg-red{background-color:#d52b2b;}
	.module-share2 ._bg-blue{background-color:#5eaade;}
	.module-share2 ._bg-red2{background-color:#f85858;}
	.module-share2::after{content:"";display:block;clear:both;}
	.module-share2 li{width:40px;height:40px;float:left;margin-right:13px;background:#666;border-radius:3px;position:relative;overflow:hidden;color:#fff;line-height:40px;}
	.module-share2 li .photo{width:100%;height:100%;display:block;text-align:center;}
	.module-share2 li .photo [class^='icon-']{color:#fff;font-size:22px;}
/*- - - - - - - - -样式属应用案例_详情.html - - - - - - - -*/
	/**/
/*- - - - - - - - -样式属首页.html - - - - - - - -*/
	/*广告*/
	#banner{height:100%;background:#000;}
	#banner .swiper{width:100%;height:100%;display:block;}
	#banner .swiper .swiper-slide{display:flex;justify-content:center;align-items:center;background:#000;}
	#banner .swiper .swiper-slide img{width:100%;height:100%;display:block;object-fit:cover;opacity:0.75;}
@media screen and (min-width: 768px) 
{
	/*产品与服务*/
	#services{color:#fff;height:100%;padding-top:101px;box-sizing:border-box;position:relative;background:url(../images/bg4.jpg) no-repeat left top;background-size:cover;}
	#services ._services-box{height:100%;display:flex;justify-content:space-between;padding-left:55px;border:1px solid rgba(255,255,255,0.2);overflow:hidden;}
	#services .title-subColumn{width:480px;position:relative;flex:none;box-sizing:border-box;padding-right:50px;align-items:flex-start;}
	#services .title-subColumn h4{margin-top:-30.00%;}
	#services .title-subColumn .btn-mores{position:absolute;left:0px;bottom:111px;}
	#services .title-subColumn p{text-align:left;}
	/**/
	.item-service-rolling{width:100%;position:relative;height:100%;overflow:hidden;padding-right:50px;box-sizing:border-box;}
	.item-service-rolling .swiper-pagination{bottom:145px;width:auto;left:calc(100% - 135px);}
	.item-service-rolling .swiper-button-prev,.item-service-rolling .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
	.item-service-rolling .swiper-button-next{right:54px;top:auto;bottom:134px;}
	.item-service-rolling .swiper-button-prev{right:155px;left:auto;top:auto;bottom:134px;}
	.item-service-rolling .swiper-button-prev.swiper-button-white,.item-service-rolling .swiper-button-next.swiper-button-white{color:#fff;}
	.item-service-rolling .swiper-button-prev.swiper-button-white::after,.item-service-rolling .swiper-button-next.swiper-button-white::after{font-size:23px;}
	.item-service-rolling .swiper{width:100%;height:100%;position:relative;overflow:hidden;display:block;}
	.item-service-rolling .swiper .swiper-slide{height:100%;width:calc(25% );}
	.btn-mores{width:200px;border:2px solid rgba(255,255,255,0.2);color:#fff;text-align:center;line-height:3.13;position:relative;overflow:hidden;}
	.btn-mores:hover{color:#fff;}
	.btn-mores:hover::before{transform:scale3d(9,9,1);}
	.btn-mores span{position:relative;z-index:200;}
	.btn-mores::before{}
	.btn-mores::before{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,0.2);transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;;transition-timing-function:cubic-bezier(0.7,0,0.9,1);}
	/**/
	#solution{height:100%;box-sizing:border-box;background-color:#f4f4f4;padding-top:101px;display:flex;flex-direction:column;justify-content:center;background:url(../images/bg2.jpg) no-repeat left top;background-size:cover;}
	/**/
	#about{height:100%;box-sizing:border-box;display:flex;align-items:stretch;background-color:#0069df;}
	#about ._about-left-box{flex:auto;width:50%;box-sizing:border-box;padding-left:157px;padding-right:157px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#fff;}
	#about ._about-left-box .title-subColumn--vertical{height:auto;width:100%;align-items:flex-start;}
	#about ._about-left-box .title-subColumn--vertical p{width:auto;}
	#about ._about-rightbox{flex:auto;width:50%;background:#999;box-sizing:border-box;position:relative;}
	#about ._about-rightbox img{width:100%;height:100%;display:block;object-fit:cover;}
	/**/
	#partners{height:100%;box-sizing:border-box;padding-top:101px;display:flex;flex-direction:column;background:url(../images/bg1.jpg) no-repeat left top;background-size:cover;justify-content:center;}
	#partners .swiper-pagination{display:none;}
	/*案例*/
	#case{height:100%;padding-top:101px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:relative;background-color:#fafafa;}
	#case::before{content:"";left:0px;top:0px;bottom:0px;right:0px;background:url(../images/bg0.jpg) no-repeat center top;background-size:cover;position:absolute;height:485px;}
	#case .center{position:relative;}
	/*新闻中心*/
	#news{height:100%;padding-top:101px;box-sizing:border-box;display:flex;flex-direction:column;background:#f7f7f9  url(../images/bg3.jpg) no-repeat left top;background-size:cover;justify-content:center;}
	/*子栏目标题*/
	.title-subColumn{display:flex;align-items:center;margin-bottom:39px;width:100%;position:relative;}
	.title-subColumn ._more{color:#0068e1;position:absolute;right:0px;bottom:10px;font-size:18px;letter-spacing:1px;}
	.title-subColumn ._more1{color: #fff;}
	.title-subColumn ._more:hover::after{transform:scalex(1);}
	.title-subColumn ._more::after{position:absolute;bottom:-1px;left:0px;width:100%;content:"";height:1px;transform:scalex(0);transition:all 0.2s linear;background-color:#0069df;}
	.title-subColumn ._more1::after{background-color:#fff;}
	.title-subColumn h4{padding-right:28px;position:relative;}
	.title-subColumn h4::before{position:absolute;right:0px;bottom:14px;top:14px;border-right:1px solid #4a4b4f;content:"";}
	.title-subColumn h4 ._cn{line-height:1.89;font-size:28px;font-weight:normal;letter-spacing:6px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
	.title-subColumn h4 ._en{line-height:1.06;display:block;font-size:49px;}
	.title-subColumn p{line-height:30px;width:546px;padding-left:25px;letter-spacing:1px;}
	.title-subColumn.title-subColumn--vertical{flex-direction:column;height:100%;display:flex;justify-content:center;}
	.title-subColumn.title-subColumn--vertical h4::before{content:none;}
	.title-subColumn.title-subColumn--vertical p{width:300px;margin-top:25px;padding-left:0px;}
	.title-subColumn.title-subColumn--white{color:#fff;}
	.title-subColumn.title-subColumn--white h4::before{border-color:#fff;}
    
    
}
	/*项-我们的服务*/
	.item-service{display:flex;align-items:center;height:100%;border-right:1px solid rgba(255,255,255,0.2);}
	.item-service dl{height:100%;padding-left:36px;padding-right:36px;display:flex;padding-top:70%;flex-direction:column;justify-content:flex-start;border-left:1px solid rgba(255,255,255,0.2);transition:all 0.5s ease;}
	.item-service dt{font-size:24px;line-height:1.71;}
	.item-service dt ._xh{line-height:28px;margin-bottom:33px;position:relative;}
	.item-service dt ._xh::before{position:absolute;border-left:1px solid #ffffff;height:24px;left:-37px;top:0px;content:"";}
	.item-service dt ._iconPic{height:70px;width:70px;display:block;margin-bottom:33px;margin-top:33px;}
	.item-service dt [class^='icon']{height:70px;width:70px;display:block;margin-bottom:33px;margin-top:33px;font-size:60px;text-align:center;line-height:1.17;}
	.item-service dd{font-size:16px;letter-spacing:1px;}
	.item-service dd p{line-height:28px;margin-bottom:68px;}
	.item-service dd ._btn_more{height:50px;width:50px;display:block;text-align:center;color:#fff;line-height:50px;border-radius:50%;border:1px solid  rgba(255,255,255,0.2);position:relative;transform:scale(0);transition:all 0.5s ease;}
	.item-service dd ._btn_more:hover{border-color:#fff;}
	.item-service dd ._btn_more .icon-arrowrighttop{transition:all 0.5s ease;}

@media screen and (min-width: 768px) 
{
    
	.item-service dl:hover{transform:translatey(-40px);}
	.item-service dl:hover ._btn_more{transform:scale(1);}
	.item-service dl:hover ._btn_more::after{transform:scale(1);}
	.item-service dl:hover ._btn_more .icon-arrowrighttop{transform:rotate(45deg);}
        
	/*解决方案*/
	.item-solution-group{position:relative;height:534px;}
	.item-solution-group .swiper-button-prev,.item-solution-group .swiper-button-next{position:absolute;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;top:auto;bottom:0px;}
	.item-solution-group .swiper-button-next{right:0px;}
	.item-solution-group .swiper-button-prev{left:auto;right:129px;}
	.item-solution-group .swiper-button-prev.swiper-button-black,.item-solution-group .swiper-button-next.swiper-button-black{color:#333333;}
	.item-solution-group .swiper-button-prev.swiper-button-black::after,.item-solution-group .swiper-button-next.swiper-button-black::after{font-size:16px;}
	.item-solution-group .swiper{position:relative;overflow:hidden;height:100%;width:100%;}
	.item-solution-group .swiper .item-solution{width:100%;margin-right:0px;}
	.item-solution-group .swiper .swiper-scrollbar{right:244px;width:57.00%;left:auto;bottom:21px;height:2px;}
	.item-solution-group .swiper .swiper-pagination{width:auto;left:calc(100% - 100px);font-size:17px;}
	.item-solution-group .item-solution{}
	.item-solution-group .item-solution:nth-of-type(3n){margin-right:0px;}
    
}
	/*项-解决方案*/
    @media screen and (min-width: 768px) 
    {
	.item-solution:hover{transform:translatey(-8px);}
	.item-solution:hover .photo{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
	.item-solution:hover .photo img{top:8px;}

    }

	.item-solution{width:495px;position:relative;transition:all 0.2s linear;}
	.item-solution .photo{width:100%;position:relative;background:#000;display:block;padding-top:64.64%;}
	.item-solution .photo img{position:absolute;left:0;top:0;width:105%;height:105%;transition:top 0.2s linear;}
	.item-solution .text{padding-bottom:6.26%;padding-top:6.46%;}
	.item-solution h5{line-height:1.91;overflow:hidden;font-size:23px;margin-bottom:6px;font-weight:normal;letter-spacing:3px;white-space:nowrap;text-overflow:ellipsis;}
	 .item-solution h5 a{color:#909090;}
	.item-solution p{line-height:1.69;overflow:hidden;font-size:16px;color:#909090;letter-spacing:1px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;max-height:3.38em;max-height:3.38em;}
	 .item-solution a.btn_more{text-align:right;font-size:14px;color:#5e5e5e;display:block;}
	 .item-solutionhover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
	/*学校滚动*/
	.item-school-rolling{height:240px;margin-bottom:55px;position:relative;overflow:hidden;}
	.item-school-rolling .swiper{width:100%;height:100%;display:block;}
	.item-school-rolling .swiper .swiper-slide{width:1222px;}
	.item-school-rolling .swiper .swiper-button-prev,.item-school-rolling  .swiper .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
	.item-school-rolling  .swiper .swiper-button-next{right:209px;}
	.item-school-rolling .swiper .swiper-button-prev{left:209px;}
	.item-school-rolling .swiper-button-prev.swiper-button-white,.item-school-rolling .swiper-button-next.swiper-button-white{color:#fff;}
	.item-school-rolling .swiper-button-prev.swiper-button-white::after,.item-school-rolling .swiper-button-next.swiper-button-white::after{font-size:23px;}
	/*项-学校*/
	.item-school{width:1222px;height:240px;background-color:#0068e1;color:#fff;display:flex;align-items:center;padding-left:131px;padding-right:138px;box-sizing:border-box;position:relative;margin-left:auto;margin-right:auto;}
	.item-school::after,.item-school::before{content:"";width:99px;height:85px;background:url(../images/icon-yh.png) no-repeat left top;position:absolute;background-size:cover;}
	.item-school::after{right:0px;top:0px;transform:rotate(-180deg);}
	.item-school::before{bottom:0px;left:0px;}
	.item-school a{display:flex;align-items:center;color:#fff;}
	.item-school a:hover{color:#fff;}
	.item-school .photo{width:207px;margin-right:49px;height:75px;flex:none;}
	.item-school .photo img{object-fit:contain;}
	.item-school p{line-height:28px;letter-spacing:2px;}
	/*切换-项-案例*/
	.item-case2-slide{overflow:hidden;max-height:600px;position:relative;}
	/*导航*/
	.item-case2-slide  .swiper-pagination{background-size:contain;bottom:-1px;}
	.item-case2-slide  .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;line-height:0px;border-radius:50px;border:1px solid #676767;box-sizing:border-box;background:none;opacity:1;}
	.item-case2-slide  .swiper-pagination .swiper-pagination-bullet-active{background-color:#000000;}
	.item-case2-slide>.item-case2-group{border:1px solid #ff0001;}
	.item-case2-slide>.item-case2-group::after{content:"";display:block;clear:both;}
	.item-case2-slide .item-case2{width:calc(25% - 30px);margin-right:30px;}

    @media screen and (min-width: 768px) 
    {
	.item-case2:hover{transform:translateY(5px);}
	.item-case2:hover h5 a{color:#0069df;}
	.item-case2:hover .photo{box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
    }
	/*项-案例*/
	.item-case2{position:relative;box-sizing:border-box;float:left;width:375px;padding-bottom:38px;transition:transform 0.2s linear;}
	.item-case2 .text{padding-top:33px;padding-bottom:28px;}
	.item-case2 .photo{width:100%;position:relative;display:block;padding-top:74.49%;background:#fff;box-shadow:0 0 4px rgba(0,0,0,0.12);}
	.item-case2 .photo img{position:absolute;left:0;top:0;padding:10px;box-sizing:border-box;}
	.item-case2 .text{padding-top:31px;padding-left:17px;padding-right:17px;}
	.item-case2 h5{line-height:1.36;overflow:hidden;font-size:22px;margin-bottom:13px;text-align:center;letter-spacing:2px;max-height:2.72em;}
	.item-case2 p{line-height:1.80;overflow:hidden;font-size:15px;margin-bottom:37px;text-align:center;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;letter-spacing:1px;}
	.item-case2 a.btn_more{width:142px;margin:0 auto;display:block;text-align:center;font-size:15px;background-color:#fafafa;border:1px solid #0068e1;line-height:2.67;border-radius:50px;color:#0068e1;box-sizing:border-box;position:relative;overflow:hidden;}
	.item-case2 a.btn_more span{position:relative;z-index:1;}
	.item-case2 a.btn_more::before{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-15px 0 0 1px;width:30px;height:30px;border-radius:50%;background:#0069df;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);}
	.item-case2 a.btn_more:hover::before{transform:scale3d(9,9,1);}
	.item-case2 a.btn_more:hover span{color:#fff;}
	 .item-case2hover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
	/*新闻滚动*/
	.item-news2-rolling{position:relative;}
	.item-news2-rolling .swiper-button-prev,.item-news2-rolling .swiper-button-next{position:absolute;top:50%;width:50px;height:50px;margin-top:-22px;z-index:10;cursor:pointer;background-repeat:no-repeat;background-position:center;border-radius:50%;background:url(../images/arrow.png) no-repeat left top;background-size:200%;}
	.item-news2-rolling .swiper-button-next{right:-100px;background-position:right top;}
	.item-news2-rolling .swiper-button-next:hover{background-position:right bottom;}
	.item-news2-rolling .swiper-button-prev{left:-100px;background-position:left top;}
	.item-news2-rolling .swiper-button-prev:hover{background-position:left bottom;}
	.item-news2-rolling .swiper-button-prev.swiper-button-white,.item-news2-rolling .swiper-button-next.swiper-button-white{color:#fff;}
	.item-news2-rolling .swiper-button-prev.swiper-button-white::after,.item-news2-rolling .swiper-button-next.swiper-button-white::after{font-size:23px;}
	.item-news2-rolling .swiper-button-prev::after,.item-news2-rolling .swiper-button-next::after{width:48px;height:48px;content:none;display:inline-block;}
	.item-news2-rolling .swiper{width:100%;overflow:hidden;}
	.item-news2-rolling::after{content:"";display:block;clear:both;}
	.item-news2-rolling .item-news2{}
	.item-news2-rolling .item-news2:nth-child(3n){margin-right:0px;}
	.item-news2-rolling .swiper-slide{}
	.item-news2-rolling .swiper-slide .item-news2-group{}
	.item-news2-rolling .swiper-slide .item-news2-group .item-news2{}
	/*新闻组*/
	.item-news2-group{position:relative;}
	.item-news2-group::after{content:"";display:block;clear:both;}

    @media screen and (min-width: 768px) 
    {
	.item-news2:hover::after{transform:scalex(1);transition:transform 0.4s ease;}
	.item-news2:hover{transform:translatey(-8px);box-shadow:0 10px 10px -10px rgba(0, 0, 0, 0.3);}
	.item-news2:hover .photo img{top:8px;}
        
    }

	/*项-新闻*/
	.item-news2{float:left;position:relative;box-sizing:border-box;background:#fff;margin-right:50px;width:calc(33.33% - 2 * 50px / 3);transition:transform 0.2s linear;}
	.item-news2::after{position:absolute;content:"";bottom:0px;left:0px;height:3px;width:100%;background-color:#0069df;transform:scalex(0);transition:transform 0.2s ease;}
	.item-news2 ._val{color:#0069df;}
	.item-news2 .photo{width:100%;position:relative;background:#fff;display:block;padding-top:57.40%;}
	.item-news2 .photo img{position:absolute;left:0;top:0px;transition:top 0.2s linear;height:auto;}
	.item-news2 .text{padding-left:8.60%;padding-right:8.60%;padding-top:7.20%;padding-bottom:6.40%;}
	.item-news2 h5{height:3.16em;line-height:1.58;overflow:hidden;font-size:19px;margin-bottom:14px;letter-spacing:2px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	 .item-news2 h5 a{color:#909090;}
	.item-news2 p{height:72px;line-height:1.93;overflow:hidden;font-size:16px;color:#909090;margin-bottom:23px;max-height:3.86em;letter-spacing:1px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	 .item-news2 a.btn_more{text-align:right;font-size:14px;color:#5e5e5e;display:block;}
	 .item-news2hover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
	/*文本项目*/
	.item-text{padding-bottom:24px;padding-top:20px;padding-left:87px;position:relative;display:block;width:100%;max-width:640px;box-sizing:border-box;margin-bottom:6px;border-bottom:1px solid rgba(255,255,255,0.2);}
	.item-text::after{position:absolute;content:"";bottom:-1px;right:0px;left:0px;background:rgba(255,255,255,0.5);height:1px;transition:all 0.3s ease;transform:scalex(0);}
	.item-text:hover::after{transform:scalex(1);}
	.item-text:hover dt ._iconPic{top:40%;}
	.item-text:nth-last-of-type(1){border-bottom:0;}
	.item-text dt{line-height:1.92;font-size:24px;letter-spacing:2px;}
	.item-text dd{line-height:27px;letter-spacing:1px;}
	.item-text dt ._iconPic{position:absolute;top:45.00%;transform:translateY(-50%);left:2px;width:59px;height:59px;transition:all 0.2s linear;}
	.item-text dt ._iconPic img{width:100%;height:100%;display:block;}
	.item-text dt ._iconPic [class^='icon']{display:inline-block;font-size:55px;}
	/*按钮更多*/
	/*PC端时按钮不显示-田*/
	.btn-more{color:#0068e1;position:relative;}
	.btn-more:hover::after{transform:scalex(0);}
	.btn-more::after{position:absolute;bottom:0px;left:0px;height:1px;background-color:#0068e1;width:100%;content:"";transition:all 0.2s ease-in;transform-origin:right bottom;}
/*- - - - - - - - -样式属解决方案_详情.html - - - - - - - -*/
	/*项目-文档*/
	.item-doc:nth-child(odd){background-color:#f7f8fc;}
	.item-doc:nth-child(odd) .center{flex-direction:row-reverse;}
	.item-doc:nth-child(odd) ._intr{margin-right:198px;margin-left:0px;}
	.item-doc .center{display:flex;justify-content:space-between;align-items:center;padding-top:6.44%;padding-bottom:6.44%;max-width:1600px;width:95%;}
	.item-doc .photo{width:46.31%;flex:none;background:#999;}
	.item-doc ._intr{margin-left:12.38%;}
	.item-doc ._intr h4{font-size:35px;line-height:1.34;margin-bottom:25px;}
	.item-doc ._intr p{font-size:16px;line-height:1.88;}
	/*项目-文档*/
	.item-doc2{background:#fff;}
	.item-doc2:nth-child(even){background-color:#f7f8fc;}
	.item-doc2:nth-child(odd) .center{flex-direction:row-reverse;}
	.item-doc2:nth-child(odd) ._intr{margin-right:12.38%;margin-left:0px;}
	.item-doc2 .center{display:flex;justify-content:space-between;align-items:center;padding-top:6.44%;padding-bottom:6.44%;}
	.item-doc2 .photo{width:40.94%;flex:none;background:#999;margin-right:8.38%;}
	.item-doc2 ._intr{margin-left:12.38%;}
	.item-doc2 ._intr h4{font-size:34px;line-height:1.38;margin-bottom:25px;font-weight:normal;letter-spacing:5px;}
	.item-doc2 ._intr p{line-height:1.88;}
	/*项-介绍-组*/
	.item-intr-group{display:flex;justify-content:space-between;width:100%;position:relative;}
	/*导航*/
	.item-intr-group  .swiper-pagination{background-size:contain;bottom:-1px;}
	.item-intr-group  .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;background-color:#838383;line-height:0px;border-radius:50px;border:1px solid #ffffff;background:none;opacity:1;margin-left:3px;margin-right:3px;box-sizing:border-box;}
	.item-intr-group  .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
	.item-intr-group .swiper-button-prev,.item-intr-group .swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
	.item-intr-group .swiper-button-next{right:0px;}
	.item-intr-group .swiper-button-prev{left:0px;}
	.item-intr-group .swiper-button-prev.swiper-button-white,.item-intr-group .swiper-button-next.swiper-button-white{color:#fff;}
	.item-intr-group .swiper-button-prev.swiper-button-white::after,.item-intr-group .swiper-button-next.swiper-button-white::after{font-size:23px;}
	.item-intr-group .swiper{width:100%;overflow:hidden;position:relative;box-sizing:border-box;}
	.item-intr-group>.item-intr{width:calc(25% - 3 * 5%/ 4);margin-right:5%;}
	.item-intr-group .item-intr:nth-child(4n){margin-right:0px;}
	.item-intr-group .item-intr-box{justify-content:space-between;display:flex;width:90%;margin:0 auto;flex-wrap:wrap;}
	.item-intr-group .item-intr-box .item-intr{margin-right:5%;width:calc(25% - 3 * 5%/ 4);}
	.item-intr-group .item-intr-box .item-intr:nth-child(4n){margin-right:0px;}
	/*项-介绍*/
	.item-intr{padding-bottom:24px;padding-top:27px;transition:transform 0.2s linear;transform-style:preserve-3d;perspective:1000px;}
	.item-intr:hover{transform:translateY(-10px);}
	.item-intr:hover dt ._icon{transform:rotateY(180deg);}
	.item-intr dt{font-size:24px;line-height:1.50;margin-bottom:15px;letter-spacing:1px;}
	.item-intr dt ._icon{height:85px;width:85px;display:block;margin-bottom:38px;transform-style:preserve-3d;transition:0.4s ease;}
	.item-intr dt ._icon img{width:100%;height:100%;display:block;}
	.item-intr dd{font-size:16px;line-height:1.75;letter-spacing:1px;}
	.item-intr.item-intr--white{color:#fff;}
/*- - - - - - - - -样式属关于我们_培训认证.html - - - - - - - -*/
/*- - - - - - - - -样式属解决方案.html - - - - - - - -*/
	/**/
	.item-scheme-group{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.item-scheme-group .item-scheme{width:calc(33.33% - 54px);margin-right:54px;}
	.item-scheme-group .item-scheme:nth-child(3n){margin-right:0px;}
	/*项-方案*/
	.item-scheme{float:left;width:495px;position:relative;margin-bottom:8px;}
@media screen and (min-width: 768px) 
{
	.item-scheme:hover{transform:translateY(5px);}
	.item-scheme:hover .photo{box-shadow:0 -6px 14px rgba(0,0,0,0.2);}
	.item-scheme:hover .photo img{transition:transform 0.6s linear;transform-origin:center bottom;}
	.item-scheme:hover .text{background-color:#0069df;color:#fff;padding-left:6.87%;padding-right:6.87%;margin-top:-9.70%;padding-bottom:9.70%;transition:margin-top 0.45s ease;box-shadow:0 -6px 14px rgba(0,0,0,0.2);}
	.item-scheme:hover .text a.btn_more{color:#fff;opacity:1;}
	.item-scheme:hover .text a.btn_more:hover{color:#93c6ff;margin-left:5px;transform:translatex(5px);}
	.item-scheme:hover .text p{color:#fff;}
	.item-scheme:hover .text h5 a{color:#fff;}
}
	.item-scheme{transition:transform 0.2s linear;}
	.item-scheme .photo{width:100%;position:relative;background:#333;display:block;padding-top:64.64%;transition:box-shadow 0.2s linear;}
	.item-scheme .photo img{position:absolute;left:0;top:0;}
	.item-scheme .text{padding-top:6.06%;transition:margin-top 0.42s ease 0.1s;position:relative;z-index:200;padding-bottom:9.70%;}
	.item-scheme h5{line-height:1.83;overflow:hidden;font-size:24px;margin-bottom:9px;font-weight:normal;text-overflow:ellipsis;white-space:nowrap;}
	.item-scheme p{line-height:1.75;overflow:hidden;color:#909090;letter-spacing:1px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.item-scheme a.btn_more{text-align:right;color:#5e5e5e;font-size:27px;line-height:1.20;opacity:0;position:relative;top:15px;}
	.item-scheme a.btn_more:hover{}
	 .item-schemehover{background-color:#ffffff;box-shadow:0 0 14px rgba(0,0,0,0.2);z-index:1000;}
	/*组件-筛选*/
	.module-filter{margin-bottom:57px;padding-top:40px;}
	.module-filter ._filterName{font-size:16px;line-height:2.88;font-weight:bold;}
	.module-filter ._level1{font-size:15px;line-height:1.73;padding-top:10px;padding-bottom:10px;}
	.module-filter ._level1 li{display:inline-block;margin-right:25px;}
	.module-filter ._level1 li.change a{background-color:#0069df;color:#fff;}
	.module-filter ._level1 li a{padding-left:8px;padding-right:8px;display:inline-block;}
	.module-filter ._level1 li a:hover{background-color:#0069df;color:#fff;}
	.module-filter ._level2{line-height:37px;padding-top:14px;padding-bottom:14px;padding-left:20px;padding-right:20px;background-color:#f7f8fc;}
	.module-filter ._level2 li{display:inline-block;margin-right:37px;}
	.module-filter ._level2 li a{}
	.module-filter ._level2 li a:hover{box-shadow:0 1px 0 #0068e1;}
	.module-filter ._level2 li.change a{box-shadow:0 1px 0 #0068e1;color:#0069df;}
/*- - - - - - - - -样式属搜索 详情.html - - - - - - - -*/
	/*搜索条*/
	#searchBar{border-bottom:1px solid #e0e0e0;margin-bottom:6px;background:#f4f4f4 url(../images/bg-search.jpg) no-repeat center center;background-size:cover;}
	#searchBar .center{padding-top:33px;padding-bottom:29px;}
	#searchBar .Searchform{justify-content:space-between;display:flex;width:1110px;margin:0 auto;}
	#searchBar ::-webkit-input-placeholder{color: #999;letter-spacing:3px;}
	#searchBar ::-moz-placeholder{color: #999;letter-spacing:3px;}
	#searchBar :-ms-input-placeholder{color: #999;letter-spacing:3px;}
	#searchBar .text{flex:auto;border:1px solid #e5e5e5;padding-left:22px;padding-right:22px;letter-spacing:1px;font-size:18px;background:rgba(255,255,255,0.8);color:#0068e1;}
	#searchBar .text:focus{border:1px solid #0068e1;}
	#searchBar .btn_send{width:122px;height:41px;color:#fff;background-color:#0069df;flex:none;border:0;font-size:18px;letter-spacing:1px;}
	#searchBar .btn_send .icon-search{font-size:20px;}
	/*搜索内容区域*/
	#searchContent .module-pages{padding-top:47px;padding-bottom:47px;}
	#searchContent .center{max-width:1238px;width:100%;}
	/*列表-搜索文档*/
	.list-search-doc{padding-top:4.28%;padding-bottom:3.63%;border-bottom:1px solid #f0f0f0;padding-left:4.77%;padding-right:4.77%;transition:transform 0.2s linear;}
	.list-search-doc:hover{box-shadow:2px 10px 10px -10px rgba(0, 0, 0, 0.3);transform:translatex(5px);}
	.list-search-doc:hover ._label{}
	.list-search-doc h5{font-size:19px;font-weight:normal;letter-spacing:2px;line-height:1.89;}
	.list-search-doc h5 a{color:#0069df;box-shadow:0 1px 0 #0068e1;}
	.list-search-doc h5 a:hover{box-shadow:none;}
	.list-search-doc ._value{color:#878789;font-size:15px;}
	.list-search-doc ._value span{margin-right:29px;}
	.list-search-doc p{line-height:1.75;margin-top:20px;letter-spacing:1px;margin-bottom:20px;color:#727375;font-size:16px;}
	.list-search-doc ._label{background-color:#f7f8fc;line-height:1.71;padding-left:9px;padding-right:10px;display:inline-block;min-width:135px;margin-right:7px;color:#878789;font-size:14px;}
@media screen and (min-width: 768px) 
{
    /*浮动条*/
	#Floatingbar{width:55px;position:fixed;top:50%;right:0px;z-index:60000;transform:translateY(-50%);box-shadow:0 0 14px rgba(0,0,0,0.08);}
	#Floatingbar ul li{width:55px;height:55px;position:relative;margin-bottom:1px;}
	#Floatingbar ul li:hover>div[class^='_']{display:block;}
	#Floatingbar ul li span{position:absolute;right:-250px;background-color:#f8f8f8;top:0px;width:120px;text-align:center;color:#fff;height:55px;line-height:55px;box-shadow:0 0 4px rgba(0,0,0,0.12);}
	#Floatingbar ul li span strong{ font-size:16px;}
	#Floatingbar ul li span.pic{width:180px;height:auto;padding-top:10px;padding-bottom:10px;bottom:0px;top:auto;}
	#Floatingbar ul li a{width:100%;height:100%;text-indent:-99em;overflow:hidden;background:url(../images/float_iconlist.png) no-repeat left top;display:block;position:relative;z-index:1000;}
	#Floatingbar ul li a.icon1{background-position:left top ;}
	#Floatingbar ul li.change .icon1,#Floatingbar ul li a.icon1:hover{background-position:right top;}
	#Floatingbar ul li a.icon2{background-position:0px -56px;}
	#Floatingbar ul li.change .icon2,#Floatingbar ul li a.icon2:hover{background-position:right -56px;}
	#Floatingbar ul li a.icon3{background-position:0px -112px;}
	#Floatingbar ul li.change .icon3,#Floatingbar ul li a.icon3:hover{background-position:right -112px;}
	#Floatingbar ul li a.icon4{background-position:0px -168px;}
	#Floatingbar ul li.change .icon4,#Floatingbar ul li a.icon4:hover{background-position:right -168px;}
	.icon_float{display:inline-block;vertical-align:middle;padding-left:5.55%;padding-top:5.6%;background:url(../images/float_iconlist.png) no-repeat left top;background-size:100%;}
	.icon_float.icon_float1x1{background-position:0 0;}
	.icon_float.icon_float1x1:hover{background-position:100% 0;}
	.icon_float.icon_float1x2{background-position:0 33.33%;}
	.icon_float.icon_float1x2:hover{background-position:100% 33.33%;}
	.icon_float.icon_float1x3{background-position:0 66.66%;}
	.icon_float.icon_float1x3:hover{background-position:100% 66.66%;}
	.icon_float.icon_float1x4{background-position:0 99.99%;}
	.icon_float.icon_float1x4:hover{background-position:100% 99.99%;}
	
    
}
    
	/*--客服提示*/
	#Floatingbar ._kefu-tips{position:absolute;width:260px;height:240px;background:#fff;right:100%;margin-right:12px;bottom:0px;border-radius:10px;padding-left:20px;padding-right:20px;padding-top:24px;padding-bottom:30px;box-sizing:border-box;font-size:12px;letter-spacing:1px;box-shadow:0 0 14px rgba(0,0,0,0.08);display:none;}
	#Floatingbar ._kefu-tips::after{width:0px;height:0px;position:absolute;border:10px solid transparent;border-left:8px solid #fff;content:"";left:100%;bottom:18px;}
	#Floatingbar ._kefu-tips .icon-kefu{width:35px;height:30px;float:left;margin-right:16px;margin-top:6px;background:url(../images/icon-zx.png) no-repeat left top;background-size:cover;}
	#Floatingbar ._kefu-tips ._content{overflow:hidden;line-height:25px;}
	#Floatingbar ._kefu-tips ._content p{margin-bottom:10px;}
	#Floatingbar ._kefu-tips ._content ._work-time{color:#878789;font-size:13px;line-height:25px;padding-top:18px;}
	#Floatingbar ._kefu-tips ._work-time{}
	#Floatingbar ._rqcodePic{position:absolute;right:100%;margin-right:12px;bottom:0px;border-radius:10px;padding:10px;background:#fff;box-shadow:0 0 14px rgba(0,0,0,0.08);width:100px;height:100px;display:none;}
	#Floatingbar ._rqcodePic img{width:100%;height:100%;display:block;}
	#Floatingbar ._rqcodePic::after{width:0px;height:0px;position:absolute;border:10px solid transparent;border-left:8px solid #fff;content:"";left:100%;bottom:18px;}
	#Floatingbar ._kefu-tel{position:absolute;border:10px solid transparent;right:100%;margin-right:17px;bottom:-7px;border-radius:10px;padding:10px;background:#fff;box-shadow:0 0 14px rgba(0,0,0,0.08);min-width:160px;font-size:23px;color:#0069df;box-sizing:border-box;display:none;
	/* 强制不换行 */
	white-space:nowrap;
	}
	#Floatingbar ._kefu-tel::after{width:0px;height:0px;position:absolute;border:10px solid transparent;border-left:8px solid #fff;content:"";left:100.00%;bottom:10px;margin-left:10px;}
	/*小标题*/
	.title-subhead{font-size:23px;line-height:2.78;color:#0069df;border-top:2px solid #333333;font-weight:normal;letter-spacing:3px;margin-bottom:5px;}
	.title-subhead::before{content:"";width:6px;height:6px;background-color:#0069df;border-radius:10px;display:inline-block;margin-right:10px;vertical-align:middle;}
	/*项-企业*/
	.item-company{overflow:hidden;margin-bottom:7px;padding-top:56px;padding-bottom:56px;display:flex;align-items:center;}
	.item-company ._intr{}
	.item-company .photo{float:left;width:410px;height:220px;margin-right:47px;border:1px solid #f0f0f0;flex:none;}
	 .item-company .photo img{width:100%;height:100%;display:block;}
	 .item-company h5{height:58px;line-height:2.42;overflow:hidden;font-size:24px;font-weight:normal;margin-bottom:10px;text-overflow:ellipsis;white-space:nowrap;}
	 .item-company h5 a{color:#000000;text-decoration:none;}
	 .item-company h5 a:hover{color:#0d6fb8;}
	.item-company p{line-height:1.75;overflow:hidden;font-size:16px;color:#757575;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;max-height:7.00em;}
	/*项-视频*/
	.module-videos{width:100%;margin-top:50px;
	/* 居中对齐 */
	display:flex;
	justify-content:center;
	}
	/*组件-全尺寸*/
	.module-fullsize-pic{max-width:100%;}
	.module-fullsize-pic .center img{max-width:95%;margin-left:auto;margin-right:auto;display:block;}
	.module-fullsize-pic img{width:100%;}



	/* warran */
	li a:hover{cursor: pointer;}
	.list-history li{
		cursor: pointer;
		
	}
	.list-history li strong{
		/* 字体恢复 */
		font-size: 22px;
		transition: font-size 0.5s;
	}

	.list-history li.active strong{
		font-weight: bold;
		font-size: 32px;
		/* 逐渐改变字体大小，离开时恢复 */
		transition: font-size 0.5s;


	}

	.list-history li::before{
		width:13px;
		height:13px;
		/* 逐渐改变宽、高 */
		transition: width 0.5s,height 0.5s;
	}

	.list-history li.active::before{
		/* 圆心为实心 */
		background: #0069e3;
		width:18px;
		height:18px;
		/* 逐渐改变宽、高 */
		transition: width 0.5s,height 0.5s;
	}

	.year_content>li>h2{
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.year_content>li>h2>i{
		display: block;
		width: 0;
		height: 4px;
		background: #ccc;
		margin-top: 10px;
	}
	.year_content>li.active>h2>i{
		width: 50px;
		transition: width 1s;
	}

	.year_content{
		height: 400px;
		/* 竖向滚动，隐藏滚动条 */
		overflow: hidden;
		line-height: 36px;
		
	}
	.year_content li{
		height: 400px;
		overflow-y:auto;
	}

	.history-title{
		/* 居中对齐 */
		text-align: center;
		margin-top: 50px;
		font-size: 33px;
		line-height: 2.12;
		font-weight: normal;
		letter-spacing: 6px;
	}

	@media screen and (min-width: 768px) {
		/*手机端时按钮显示-田*/
		
	}